home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 June / Software of the Month Club 1996 June.iso / pc / dos / edu / colaid / col_aid.2 / BACKUPV2.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-07-13  |  575 b   |  19 lines

  1. @echo off
  2. @if exist %1\*.set copy %1\*.set %2
  3. @if exist %1\*.app copy %1\*.app %2
  4. @if exist %1\*.as4 copy %1\*.as4 %2
  5. @if exist %1\*.bn? copy %1\*.bn? %2
  6. @if exist %1\*.gn? copy %1\*.gn? %2
  7. @if exist %1\*.in? copy %1\*.in? %2
  8. @if exist %1\*.ln? copy %1\*.ln? %2
  9. @if exist %1\*.ltr copy %1\*.ltr %2
  10. @if exist %1\*.rn? copy %1\*.rn? %2
  11. @if exist %1\*.rln copy %1\*.rln %2
  12. @if exist %1\*.sn? copy %1\*.sn? %2
  13. @if exist %1\*.un? copy %1\*.un? %2
  14. @if exist %1\*.xn? copy %1\*.xn? %2
  15. @if exist %1\*.udn copy %1\*.udn %2
  16. @echo. 
  17. @echo Support files copied to %2.
  18.  
  19.